home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / FileCell.h < prev    next >
Encoding:
Text File  |  1992-11-26  |  468 b   |  16 lines

  1. #import <appkit/Cell.h>
  2.  
  3. @interface FileCell: Cell
  4.   id controlView, image ;
  5.   char fileName[128] ;
  6. }
  7.  
  8. - calcCellSize:(NXSize *)aSize ;
  9. - drawSelf: (const NXRect *)cellFrame inView:controlView ;
  10. - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag;
  11. - (BOOL)trackMouse:(NXEvent *)theEvent inRect:(const NXRect *) cellFrame ofView:controlView;
  12. - readRichText:(NXStream *)stream forView:view ;
  13. - writeRichText:(NXStream *)stream forView:view ;
  14.  
  15. @end